home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / my_planet.swf / scripts / frame_48 / DoAction.as
Text File  |  2007-01-15  |  198b  |  12 lines

  1. stop();
  2. start.onRelease = function()
  3. {
  4.    clearInterval(fade);
  5.    gotoAndStop("game");
  6. };
  7. instructions.onRelease = function()
  8. {
  9.    clearInterval(fade);
  10.    gotoAndStop("instructions");
  11. };
  12.